home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LASER10.ARJ / LASERD.SCR < prev    next >
Text File  |  1992-08-04  |  703b  |  11 lines

  1. 14,4,              <=== foreground(14=yellow), background (4=red)
  2. 0,0,0,1,Rush To:,  <=== 3 zeroes tell pgm it is a literal, not a field
  3. 8,23,9,2,          <=== row, column, length, label print line 2
  4. 8,35,1,2,           Note how all lines MUST end in a comma !!!!
  5. 8,6,11,2,          <=== last name: row 8, col 6, length 11, print line 2
  6. 9,6,20,3,          <=== address line: row 9, col 6, length 20, print line 3
  7. 10,6,12,4,         <=== city: row 10, column 6, lth 12, print on 4th line
  8. 0,0,0,4,,,         <=== insert a comma after state on line 4
  9. 10,21,2,4,         <=== state: row 10, col 21, length 2, print line 4
  10. 10,28,10,4,        <=== Zip code: Row 10, col 28, length 10, print line 4
  11.